-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support nacos metadata #4025
support nacos metadata #4025
Conversation
@ralf0131 could pls help me check this? I am wondering whether i miss something. Thanks! |
...main/resources/META-INF/dubbo/internal/org.apache.dubbo.metadata.store.MetadataReportFactory
Outdated
Show resolved
Hide resolved
dubbo-common/src/main/java/org/apache/dubbo/common/utils/NacosUtils.java
Outdated
Show resolved
Hide resolved
Hi, I am starting to look at this. |
You need to add |
Codecov Report
@@ Coverage Diff @@
## master #4025 +/- ##
===========================================
- Coverage 63.11% 63.01% -0.1%
- Complexity 564 565 +1
===========================================
Files 753 755 +2
Lines 32411 32462 +51
Branches 5143 5147 +4
===========================================
Hits 20455 20455
- Misses 9604 9655 +51
Partials 2352 2352
Continue to review full report at Codecov.
|
Hi, your code has compile errors, please fix it..
|
@ralf0131 yes, fixed it. Sorry for missing this. |
|
@ralf0131 hi, I merged with remote/master, can you check again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I tested locally. The metadata can be published to Nacos successfully. Unit test passed locally as well.
This pull request is targeted to solve #3846 |
What is the purpose of the change
complete nacos metadata report implement.
Brief changelog
nacos metadata report impl, and code clean (switch to using a nacos utils class)
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.